home
***
CD-ROM
|
disk
|
FTP
|
other
***
search
/
CU Amiga Super CD-ROM 26
/
CU Amiga Magazine's Super CD-ROM 26 (1998)(EMAP Images)(GB)[!][issue 1998-09].iso
/
CUCD
/
Utilities
/
XPK
/
Developers
/
Include
/
C
/
proto
/
xpksub.h
< prev
Wrap
C/C++ Source or Header
|
1998-02-08
|
296b
|
18 lines
#ifndef _PROTO_XPKSUB_H
#define _PROTO_XPKSUB_H
#ifndef __NOLIBBASE__
extern struct Library *XpkSubBase;
#endif
#include <exec/types.h>
#include <clib/xpksub_protos.h>
#ifdef __GNUC__
#include <inline/xpksub.h>
#else
#include <pragma/xpksub_lib.h>
#endif
#endif /* _PROTO_XPKSUB_H */